我需要與MailServer(自定義郵件服務器)建立Connection。每當我嘗試連接時,都會拋出javax.net.SSLException, Not trusted server certificate異常。 我不知道如何爲此創建證書。也不知道通過該證書來建立與郵件服務器的安全連接。 我的代碼是: Properties props;// = new Properties();
我使用keytool的-validity屬性來生成密鑰庫並自簽名了一個jar。在這個過程中,我看到的調試消息稱 [info] Warning:
[info] This jar contains entries whose signer certificate will expire within six
months.
我使用下面的命令, keytool -genkey -alias si
我想爲我的本地開發服務器擁有一個自簽名SSL證書。我在下面,你發出命令簽署通過發出以下命令在證書上https://help.ubuntu.com/community/OpenSSL,並在最後一步的指導: openssl ca -in tempreq.pem -out server_crt.pem
我收到以下錯誤:(最後一行) Using configuration from /home/use