などを使用しRestservices
てJavaで作成しているときは、を使用してリクエストしてい
ます。httpsを使用するとすぐにエラーが発生します。GET
POST
http protocol
例: http://localhost:8080/demorest/webapi/aliens
正常に動作しています。
しかし、使用して同じクエリを実行するとhttps
https://localhost:8080/demorest/webapi/aliens
エラーが発生しますsite can not provide secured connection
と互換性を持たせるにはどのような変更が必要ですかhttps
。