<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Upgrade Liferay portal from 6.2 to 7.1</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=110890414" />
  <subtitle>Upgrade Liferay portal from 6.2 to 7.1</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=110890414</id>
  <updated>2026-04-05T08:00:44Z</updated>
  <dc:date>2026-04-05T08:00:44Z</dc:date>
  <entry>
    <title>RE: Upgrade Liferay portal from 6.2 to 7.1</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110891132" />
    <author>
      <name>Anu Narayanan</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110891132</id>
    <updated>2018-09-05T19:03:31Z</updated>
    <published>2018-09-05T19:03:31Z</published>
    <summary type="html">&lt;blockquote&gt;
  &lt;div class="quote-title"&gt;Alberto Chaparro:&lt;/div&gt;
  &lt;div class="quote"&gt;
    &lt;div class="quote-content"&gt;
      &lt;p&gt;Hi Anu,&lt;/p&gt;
      &lt;p&gt; &lt;/p&gt;
      &lt;p&gt;I think it is a problem with the drive, take a look at:&lt;/p&gt;
      &lt;p&gt;
        &lt;a href="https://developer.ibm.com/answers/questions/189976/why-i-am-unable-to-connect-to-sql-server-using-ssl.html"&gt;https://developer.ibm.com/answers/questions/189976/why-i-am-unable-to-connect-to-sql-server-using-ssl.html&lt;/a&gt;&lt;/p&gt;
      &lt;p&gt; &lt;/p&gt;
      &lt;p&gt; &lt;/p&gt;
      &lt;p&gt;Regards.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Hi Alberto, I did come across this post earlier. I am currently using
  the sql jdbc driver 4. Still getting the error. &lt;/p&gt;
&lt;p&gt;Any help is appreciated.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Anu Narayanan</dc:creator>
    <dc:date>2018-09-05T19:03:31Z</dc:date>
  </entry>
  <entry>
    <title>RE: Upgrade Liferay portal from 6.2 to 7.1</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110890793" />
    <author>
      <name>Alberto Chaparro</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110890793</id>
    <updated>2018-09-05T17:29:05Z</updated>
    <published>2018-09-05T17:29:05Z</published>
    <summary type="html">&lt;p&gt;Hi Anu,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I think it is a problem with the drive, take a look at:&lt;/p&gt;
&lt;p&gt;
  &lt;a href="https://developer.ibm.com/answers/questions/189976/why-i-am-unable-to-connect-to-sql-server-using-ssl.html"&gt;https://developer.ibm.com/answers/questions/189976/why-i-am-unable-to-connect-to-sql-server-using-ssl.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;</summary>
    <dc:creator>Alberto Chaparro</dc:creator>
    <dc:date>2018-09-05T17:29:05Z</dc:date>
  </entry>
  <entry>
    <title>Upgrade Liferay portal from 6.2 to 7.1</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110890413" />
    <author>
      <name>Anu Narayanan</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110890413</id>
    <updated>2018-09-05T16:53:39Z</updated>
    <published>2018-09-05T16:53:39Z</published>
    <summary type="html">&lt;p&gt; I am planning to upgrade my Liferay portal application version 7.1
  from version 6.2.  Since there is no support for the MS SQL server in
  the new CE version 7.1 , I added  Antonio's &lt;a
  href="https://www.dontesta.it/en/2016/04/19/liferay-7-ce-how-to-add-support-for-sql-server-db/"&gt;plugin&lt;/a&gt; for
  database support. I did the following steps :- &lt;/p&gt;
&lt;p&gt;1. Downloaded and added the
  liferay-portal-sqlserverdb-support-1.0.1.jar to the &lt;/p&gt;
&lt;p&gt;Liferay_Home\tomcat-9.0.6\webapps\ROOT\WEB-INF\lib folder and&lt;/p&gt;
&lt;p&gt;2. included the sqljdbc4.jar in the Liferay_Home\tomcat-9.0.6\lib\ext folder.&lt;/p&gt;
&lt;p&gt;Now I am getting the error &lt;/p&gt;
&lt;p&gt;&amp;quot;com.microsoft.sqlserver.jdbc.SQLServerException: The driver
  could not establish a secure connection to SQL Server by using Secure
  Sockets Layer (SSL) encryption. Error: &amp;quot;SQL Server did not return
  a response. The connection has been closed.&amp;quot;&amp;quot; &lt;/p&gt;
&lt;p&gt;Do I have to do anything on the database side?&lt;/p&gt;
&lt;p&gt;The database I am trying to connect is MS SQL Server 2008. &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Anu&lt;/p&gt;</summary>
    <dc:creator>Anu Narayanan</dc:creator>
    <dc:date>2018-09-05T16:53:39Z</dc:date>
  </entry>
</feed>
