Skip to content

Commit

Permalink
🐛 Solo 文章推送到社区报错 Fix #199
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Mar 22, 2021
1 parent eee2048 commit 924a89a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/b3log/solo/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* Server.
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 3.0.1.15, Sep 9, 2020
* @version 3.0.1.16, Mar 22, 2021
* @since 1.2.0
*/
public final class Server extends BaseServer {
Expand Down Expand Up @@ -104,6 +104,7 @@ public void flush() {
* @param args the specified arguments
*/
public static void main(final String[] args) {
System.setProperty("https.protocols", "TLSv1.2,TLSv1.3");
initInMemoryLogger();
Stopwatchs.start("Booting");

Expand Down

0 comments on commit 924a89a

Please sign in to comment.